home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 05 / 6 / DISK0568.ZIP / 123EGA.ARC / EGA.BAT < prev    next >
DOS Batch File  |  1985-10-20  |  1KB  |  21 lines

  1. echo off
  2. echo     *------------------------------------------------------------------*
  3. echo                         "%0"  DRIVER INSTALLATION
  4. echo     *------------------------------------------------------------------*
  5. echo     *           Be sure that you have read GETTING STARTED.            *
  6. echo     *      Make sure that the source drive is the "default drive"      *
  7. echo     *                and that "%1" is the target drive.                *
  8. echo     *                                                                  *
  9. echo     *   If this is NOT so, then terminate this batch job now:          *
  10. echo     *             - Hold [Ctrl] and press "C"                          *
  11. echo     *             - Press "Y"                                          *
  12. echo     *   Otherwise . . .                                                *
  13. echo     *------------------------------------------------------------------*
  14. pause
  15. echo on
  16. copy    IBM0EGA.DRV    TD.DRV
  17. copy    IBM1EGA.DRV    GD.DRV
  18. copy    IBM2KB.DRV     KB.DRV
  19. copy    IBM3PR.DRV     PR.DRV
  20. continue %0 %1
  21.